UCF STIG Viewer Logo

WebSphere MQ command resources defined to MQCMDS resource class are not protected in accordance with security requirements.


Overview

Finding ID Version Rule ID IA Controls Severity
V-225638 ZWMQ0059 SV-225638r472718_rule Medium
Description
WebSphere MQ resources allow for the control of administrator functions, connections, commands, queues, processes, and namelists. Some resources provide the ability to disable or bypass security checking. Failure to properly protect WebSphere MQ resources may result in unauthorized access. This exposure could compromise the availability, integrity, and confidentiality of system services, applications, and customer data.
STIG Date
zOS WebsphereMQ for TSS Security Technical Implementation Guide 2021-12-15

Details

Check Text ( C-27339r472716_chk )
a) Refer to the following report produced by the Data Set and Resource Data Collection:

- SENSITVE.RPT(WHOHMCMD)

b) For all command resources (i.e., ssid.command) defined to MQCMDS resource class, ensure the following items are in effect:

NOTE: ssid is the queue manager name (a.k.a., subsystem identifier).

1) Access authorization restricts access to the appropriate personnel as designated in the Websphere MQ COMMAND SECURITY CONTROLS Table in the z/OS STIG Addendum.
2) All command access is logged as designated in the Websphere MQ COMMAND SECURITY CONTROLS Table in the z/OS STIG Addendum.

c) If both of the items in (b) are true, there is NO FINDING.

d) If either item in (b) is untrue, this is a FINDING.
Fix Text (F-27327r472717_fix)
Command security validates userids authorized to issue MQSeries/WebSphere MQ commands. Command security will be active, and all profiles will be defined to the MQCMDS class.

For all command resources (i.e., ssid.command) defined to MQCMDS resource class, ensure the following items are in effect:

NOTE: ssid is the queue manager name (a.k.a., subsystem identifier).

1) Access authorization restricts access to the appropriate personnel as designated in the table entitled "Websphere MQ Command Security Controls " in the zOS STIG Addendum.

2) All command access is logged as designated in the table entitled "Websphere MQ Command Security Controls " in the zOS STIG Addendum.

The following is a sample of the commands required to allow a systems programming group (SYS1) to issue the command CLEAR QLOCAL in subsystem QM1:

TSS ADD(SYS1) FAC(QM1MSTR)
TSS PER(SYS1) MQCMDS(QM1.CLEAR.LOCAL) ACC(ALTER)
ACTION(AUDIT)